home *** CD-ROM | disk | FTP | other *** search
Text File | 1997-04-23 | 986 b | 35 lines | [TEXT/CWIE] |
- //
- // LEGAL NOTICE
- // ============
- //
- // You may incorporate this sample code into your applications
- // without restriction. This sample code has been provided "AS
- // IS" and the responsibility for its operation is 100% yours.
- // You are not permitted to redistribute the source as "Apple
- // sample code" after having made changes. If you're going to
- // re-distribute the source, we require that you make it clear
- // in the source that the code was descended from Apple sample
- // code, but that you've made changes.
- //
- // REVISION HISTORY
- // ================
- //
- // 06/09/95 NG last touched
- // 08/23/96 PG stolen from old FinderDrag project
- // 04/21/97 PG pascal programs can be written in any language
- //
-
- #pragma once
-
- #include <Drag.h>
- #include "FinderRegistry.h"
-
- //
- // These two should be in FinderRegistry.h, but they ain't
- //
-
- #define keyLocalPositionList 'mvpl'
- #define keyGlobalPositionList 'mvpg'
-
- OSErr GetIconSuiteFromFinder(FSSpecPtr, Handle *);
-